Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoPrincipal.Get (Get Nuxeo Principal)

Description

Retrieve Nuxeo principal and export it as a DocumentModel, if login parameter is not set the Operation will return informations about the current user, otherwise Directory Administration rights are required.
Operation id NuxeoPrincipal.Get
Category Users & Groups
Label Get Nuxeo Principal
Requires
Since

Parameters

Name Description Type Required Default value
login string no  

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.users.GetNuxeoPrincipal
Contributing Component org.nuxeo.ecm.core.automation.featuresContrib

JSON Definition

{
  "id" : "NuxeoPrincipal.Get",
  "label" : "Get Nuxeo Principal",
  "category" : "Users & Groups",
  "requires" : null,
  "description" : "Retrieve Nuxeo principal and export it as a DocumentModel, if login parameter is not set the Operation will return informations about the current user, otherwise Directory Administration rights are required.",
  "url" : "NuxeoPrincipal.Get",
  "signature" : [ "void", "document" ],
  "params" : [ {
    "name" : "login",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}